home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1998 August / PC Plus SuperCD 50a Issue 142 (CD142a) (August 1998).iso / handson / supercede / Knowodys / TOPICS / audio2 / T1529S7.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1997-08-11  |  18.6 KB  |  1 channel  |  8,000 sample rate  |  17 seconds
Transcription: A variable declared within a method or a variable that is passed as a parameter to a method has a local scope. You can use one of these local variables within a method after you declare it. The local variable is created when the method is called and is discarded when the method exits.